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