Evidence.Count Propriedade

Definição

Atenção

Evidence should not be treated as an ICollection. Please use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.

Obtém o número de objetos de evidência no conjunto de evidências.

public:
 property int Count { int get(); };
public int Count { get; }
[System.Obsolete("Evidence should not be treated as an ICollection. Please use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")]
public int Count { get; }
member this.Count : int
[<System.Obsolete("Evidence should not be treated as an ICollection. Please use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")>]
member this.Count : int
Public ReadOnly Property Count As Integer

Valor de Propriedade

O número de objetos de evidência no conjunto de evidências.

Implementações

Atributos

Aplica-se a