public static ICustomMarshaler GetInstance(string cookie) { if (_instance == null) _instance = new Utf8StringToManaged(); return _instance; }
public static ICustomMarshaler GetInstance(string cookie) { if (_instance == null) { _instance = new Utf8StringToManaged(); } return(_instance); }