SerializationInfo.MemberCount Propriedade

Definição

Obtém o número de membros que foram adicionados ao repositório SerializationInfo.Gets the number of members that have been added to the SerializationInfo store.

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

Valor da propriedade

Int32

O número de membros que foram adicionados ao atual SerializationInfo .The number of members that have been added to the current SerializationInfo.

Aplica-se a