MethodDataCollection.Count Propriedade

Definição

Obtém o número de objetos na coleção MethodDataCollection.Gets the number of objects in the MethodDataCollection collection.

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

Valor da propriedade

Int32

Retorna um Int32 valor que representa o número de objetos na coleção.Returns an Int32 value representing the number of objects in the collection.

Implementações

Comentários

Valor da propriedadeProperty Value

O número de objetos no MethodDataCollection .The number of objects in the MethodDataCollection.

Segurança do .NET Framework.NET Framework Security

Confiança total para o chamador imediato.Full trust for the immediate caller. Este membro não pode ser usado pelo código parcialmente confiável.This member cannot be used by partially trusted code. Para obter mais informações, consulte usando bibliotecas de código parcialmente confiável.For more information, see Using Libraries from Partially Trusted Code.

Aplica-se a

Confira também