Ancestry.QueryProcessor.Name.ToID C# (CSharp) Method

ToID() public method

public ToID ( ) : ID
return Ancestry.QueryProcessor.Parse.ID
        public Parse.ID ToID()
        {
            return new Parse.ID { IsRooted = this.IsRooted, Components = this.Components };
        }