Ancestry.QueryProcessor.Service.UsingConfigurationCollection.GetKey C# (CSharp) Method

GetKey() public method

public GetKey ( int index ) : char
index int
return char
        public char GetKey(int index)
        {
            return (char)base.BaseGetKey(index);
        }