Code2Xml.Core.Location.StructuredCode.this C# (CSharp) Méthode

this() public méthode

public this ( CodeLocation location ) : char
location CodeLocation
Résultat char
        public char this[CodeLocation location] {
            get { return Code[GetIndex(location)]; }
        }

Same methods

StructuredCode::this ( int index ) : char
StructuredCode::this ( int line, int pos ) : char