SetCustomAttribute() public méthode

public SetCustomAttribute ( ConstructorInfo con, byte binaryAttribute ) : void
con ConstructorInfo
binaryAttribute byte
Résultat void
Exemple #1
0
 public void SetCustomAttribute(ConstructorInfo con, byte[] binaryAttribute)
 {
     typeBuilder.SetCustomAttribute(con, binaryAttribute);
 }