CatalogOfFreeContent.Common.Command.Parse C# (CSharp) Метод

Parse() приватный Метод

private Parse ( ) : void
Результат void
        private void Parse()
        {
            this.commandNameEndIndex = this.GetCommandNameEndIndex();

            this.Name = this.ParseName();

            this.Parameters = this.ParseParameters();
            this.TrimParams();

            this.Type = this.ParseCommandType(this.Name);
        }
    }