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

this() private method

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