AjScript.Context.GetNames C# (CSharp) Method

GetNames() public method

public GetNames ( ) : ICollection
return ICollection
        public ICollection<string> GetNames()
        {
            return this.values.Keys;
        }