コード例 #1
0
        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;