System.Xml.Xsl.Runtime.XmlCollation.Options.GetFlag C# (CSharp) Method

GetFlag() public method

public GetFlag ( int flag ) : bool
flag int
return bool
            public bool GetFlag(int flag)
            {
                return (_value & flag) != 0;
            }
XmlCollation.Options