System.Xml.Schema.XdrBuilder.IsGlobal C# (CSharp) Метод

IsGlobal() приватный Метод

private IsGlobal ( int flags ) : bool
flags int
Результат bool
        private bool IsGlobal(int flags)
        {
            return flags == SchemaFlagsNs;
        }
XdrBuilder