예제 #1
0
 public static bool IsOpen(string type, string @namespace, string name)
 {
     return(Raw.RawIsOpen(type, @namespace, name));
 }