The following tables list the members exposed by IMemberInfoCollection.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the collection. | |
| IsReadOnly | Returns whether the collection is read-only. | |
| Item | Returns the item at the given index. |
| Name | Description | |
|---|---|---|
| Contains | Determines whether an element is in the collection. | |
| CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. | |
| GetIdentifierMemberMappings | Returns a list that contains the member mappings for the identifier member of the type. | |
| GetMemberInfoByField | Returns the IMemberInfo object associated with the given field name. | |
| GetMemberInfoByName | Returns the IMemberInfo object associated with the given name of an object member. |