PERWAPI.CustomModifiedType.CustomModifiedType C# (CSharp) Метод

CustomModifiedType() публичный Метод

Create a new custom modifier for a type
public CustomModifiedType ( Type type, CustomModifier cmod, Class cmodType ) : System
type Type the type to be modified
cmod CustomModifier the modifier
cmodType Class the type reference to be associated with the type
Результат System
        public CustomModifiedType(Type type, CustomModifier cmod, Class cmodType)
            : base((byte)cmod)
        {
            this.type = type;
            this.cmodType = cmodType;
        }