SetCustomAttribute() public method

public SetCustomAttribute ( ConstructorInfo con, byte binaryAttribute ) : void
con ConstructorInfo
binaryAttribute byte
return void
Esempio n. 1
0
 public void SetCustomAttribute(ConstructorInfo con, byte[] binaryAttribute)
 {
     typeBuilder.SetCustomAttribute(con, binaryAttribute);
 }