System.Xml.Schema.XsdBuilder.BuildSimpleTypeList_ItemType C# (CSharp) Method

BuildSimpleTypeList_ItemType() private static method

private static BuildSimpleTypeList_ItemType ( XsdBuilder builder, string value ) : void
builder XsdBuilder
value string
return void
        private static void BuildSimpleTypeList_ItemType(XsdBuilder builder, string value)
        {
            builder._simpleTypeList.ItemTypeName = builder.ParseQName(value, "itemType");
        }
XsdBuilder