Example #1
0
        private bool Contains(XmlSchemaDerivationMethod _value)
        {
            XSDisallowedSubstitutions _enumValue = EnumerationXSDisallowedSubstitutions.FromNativeValue(_value);
            IValue _idx = _values.Find(_enumValue);

            return(_idx.DataType != DataType.Undefined);
        }
Example #2
0
 public static XSDisallowedSubstitutions FromNativeValue(XmlSchemaDerivationMethod native)
 => EnumerationXSDisallowedSubstitutions.FromNativeValue(native);