CVVTuber.InterfaceRestrictionAttribute.InterfaceRestrictionAttribute C# (CSharp) Метод

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

public InterfaceRestrictionAttribute ( Type type ) : System
type Type
Результат System
        public InterfaceRestrictionAttribute(Type type)
        {
            this.type = type;
        }
    }
InterfaceRestrictionAttribute