GeneralTransform3DCollection.Count 属性

定义

获取此集合中对象的数目。

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

属性值

集合中项的数目。

实现

注解

Count在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于