Membres MemberCollection
Gets a read-only, on-demand collection of Member objects contained by a Position, a Level, or a Tuple.
Le type MemberCollection expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CopyTo | Copies the elements of the collection to the specified array. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
Find | Returns the specified Member from the collection by its name. | |
GetEnumerator | Gets an Enumerator for iterating through the collection. | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of Member objects in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
Item[ ( [ ( Int32] ) ] ) | Gets the specified Member from the collection by its index. In C#, this property is the indexer for the MemberCollection class. | |
Item[ ( [ ( String] ) ] ) | Gets the specified Member from the collection by its name. In C#, this property is the indexer for the MemberCollection class. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator |
Haut de la page