SynchronizedCollection<T>.Count Propriedade
Definição
Obtém o número de elementos contidos na coleção thread-safe.Gets the number of elements contained in the thread-safe collection.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Valor da propriedade
O número de elementos contidos na coleção thread-safe, somente leitura.The number of elements contained in the thread-safe, read-only collection.