private bool Contains(XmlSchemaDerivationMethod _value) { XSDisallowedSubstitutions _enumValue = EnumerationXSDisallowedSubstitutions.FromNativeValue(_value); IValue _idx = _values.Find(_enumValue); return(_idx.DataType != DataType.Undefined); }
public static XmlSchemaDerivationMethod ToNativeValue(XSDisallowedSubstitutions wrapper) => wrapper.UnderlyingValue;