Method GetAttributeNames
GetAttributeNames()
Retruns collection of all the attribute names.
Declaration
public ICollection<string> GetAttributeNames()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> | Collection of all the attribute names. |