public static ICustomMarshaler GetInstance(string s) { if (s_default == null) { s_default = new ZeroTrueBoolMarshaller(); } return(s_default); }
public static ICustomMarshaler GetInstance(string s) { if (s_default == null) s_default = new ZeroTrueBoolMarshaller(); return s_default; }