MissingMemberException.Signature Campo

Definizione

Contiene la firma del membro mancante.

protected: cli::array <System::Byte> ^ Signature;
protected byte[]? Signature;
protected byte[] Signature;
val mutable Signature : byte[]
Protected Signature As Byte() 

Valore del campo

Byte[]

Commenti

Signature contiene un Byte valore che rappresenta la firma del membro mancante.

Format viene usato per formattare la firma. Per altre informazioni, vedere SignatureHelper, SignatureToken e String.

Si applica a

Vedi anche