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

this() 개인적인 메소드

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