ABT.UShortType.UShortType C# (CSharp) Метод

UShortType() публичный метод

public UShortType ( System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
isConst System.Boolean
isVolatile System.Boolean
Результат System
        public UShortType(Boolean isConst = false, Boolean isVolatile = false)
            : base(isConst, isVolatile) { }