ClockVector.Count 属性
获取包含在时钟向量中的元素数。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public ReadOnly Property Count As Integer
用法
Dim instance As ClockVector
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
virtual property int Count {
int get () sealed;
}
/** @property */
public final int get_Count ()
public final function get Count () : int
属性值
包含在时钟向量中的元素数。