System.Xml.Schema.XdrBuilder.IsGlobal C# (CSharp) Méthode

IsGlobal() private méthode

private IsGlobal ( int flags ) : bool
flags int
Résultat bool
        private bool IsGlobal(int flags)
        {
            return flags == SchemaFlagsNs;
        }
XdrBuilder