private bool Contains(XmlSchemaDerivationMethod _value)
        {
            XSProhibitedSubstitutions _enumValue = XSProhibitedSubstitutions.FromNativeValue(_value);
            IValue _idx = _values.Find(_enumValue);

            return(_idx.DataType != DataType.Undefined);
        }
示例#2
0
 public static XmlSchemaDerivationMethod ToNativeValue(XSProhibitedSubstitutions wrapper)
 => wrapper.UnderlyingValue;