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

this() private method

private this ( int index ) : DOMRect
index int
return DOMRect
        public DOMRect this[int index]
        {
            get {
                return default(DOMRect);
            }
        }