Alba.Jaml.MSInternal.GenericTypeNameParser.P_TypeParameters C# (CSharp) Метод

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

private P_TypeParameters ( ) : void
Результат void
        private void P_TypeParameters ()
        {
            this._scanner.Read();
            this.P_XamlTypeNameList();
            if (this._scanner.Token != GenericTypeNameScannerToken.CLOSE) {
                this.ThrowOnBadInput();
            }
            this._scanner.Read();
        }