GeneralTransform3DCollection.Count Property

Definition

Gets the number of objects in this collection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

The number of items in the collection.

Implements

Remarks

Count is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to