System.Html.Style.this C# (CSharp) 메소드

this() 개인적인 메소드

private this ( string name ) : string
name string
리턴 string
        public string this[string name]
        {
            get { return null; }
            set { }
        }

Same methods

Style::this ( int index ) : string