DataMemberCollection Class

Definition

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.

Applies to