DataMemberCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates an ordered list of data members. This class cannot be inherited.
public ref class DataMemberCollection sealed
public sealed class DataMemberCollection
type DataMemberCollection = class
Public NotInheritable Class DataMemberCollection
- Inheritance
-
DataMemberCollection
Properties
Count |
Returns the number of items in the collection. |
Item[Int32] |
Gets the data member at the specified index. |