Code2Xml.Core.Location.StructuredCode.this C# (CSharp) Method

this() public method

public this ( int index ) : char
index int
return char
        public char this[int index] {
            get { return Code[index]; }
        }

Same methods

StructuredCode::this ( CodeLocation location ) : char
StructuredCode::this ( int line, int pos ) : char