[]
Represents the data member collection.
public abstract class DataMemberCollection : IEnumerable<DataMember>, IEnumerable
Name | Description |
---|---|
DataMemberCollection() |
Name | Description |
---|---|
Count | Gets the data member count. |
this[int] | Gets the DataMember at the specified index. |
Name | Description |
---|---|
GetEnumerator() | Returns an enumerator that iterates through the collection. |