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

BuildComplexType_Mixed() private static method

private static BuildComplexType_Mixed ( XsdBuilder builder, string value ) : void
builder XsdBuilder
value string
return void
        private static void BuildComplexType_Mixed(XsdBuilder builder, string value)
        {
            builder._complexType.IsMixed = builder.ParseBoolean(value, "mixed");
        }
XsdBuilder