System.Html.Style.this C# (CSharp) Method

this() private method

private this ( int index ) : string
index int
return string
        public string this[int index]
        {
            get {
                return null;
            }
        }

Same methods

Style::this ( string name ) : string