Blaze.Server.TdfMin.TdfMin C# (CSharp) 메소드

TdfMin() 공개 메소드

public TdfMin ( string label, ushort value ) : System
label string
value ushort
리턴 System
        public TdfMin(string label, ushort value)
        {
            this.Label = label;
            this.Type = TdfBaseType.Min;

            this.Value = value;
        }
    }
TdfMin