Alba.Jaml.MSInternal.TypeNameFrame.AllocateTypeArgs C# (CSharp) Method

AllocateTypeArgs() public method

public AllocateTypeArgs ( ) : void
return void
        public void AllocateTypeArgs ()
        {
            this._typeArgs = new List<XamlTypeName>();
        }
TypeNameFrame