Forex_Strategy_Builder.ListParam.ListParam C# (CSharp) 메소드

ListParam() 공개 메소드

Zeroing the parameters.
public ListParam ( ) : System
리턴 System
        public ListParam()
        {
            caption    = String.Empty;
            asItemList = new string[] { "" };
            index      = 0;
            text       = String.Empty;
            isEnabled  = false;
            toolTip    = String.Empty;
        }