示例#1
0
 public static bool IsBinary(this IO.TagElementStreamFormat format)
 {
     return((format & IO.TagElementStreamFormat.Binary) != 0);
 }
示例#2
0
 public static IO.TagElementStreamFormat GetTypeFlags(this IO.TagElementStreamFormat format)
 {
     return(format & IO.TagElementStreamFormat.kTypeFlags);
 }