IKVM.Reflection.Emit.GenericTypeParameterBuilder.SetCustomAttribute C# (CSharp) 메소드

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( ConstructorInfo con, byte binaryAttribute ) : void
con ConstructorInfo
binaryAttribute byte
리턴 void
        public void SetCustomAttribute(ConstructorInfo con, byte[] binaryAttribute)
        {
            SetCustomAttribute(new CustomAttributeBuilder(con, binaryAttribute));
        }

Same methods

GenericTypeParameterBuilder::SetCustomAttribute ( CustomAttributeBuilder customBuilder ) : void