Inheritance: ICustomMarshaler
Beispiel #1
0
 public static ICustomMarshaler GetInstance(string cookie)
 {
     return((_Instance == null) ? (_Instance = new PRUnicharMarshaler()) : _Instance);
 }
Beispiel #2
0
		public static ICustomMarshaler GetInstance(string cookie)
		{
			return (_Instance == null) ? (_Instance = new PRUnicharMarshaler()) : _Instance;
		}
Beispiel #3
0
 public static ICustomMarshaler GetInstance(string cookie)
 {
     return _Instance ?? (_Instance = new PRUnicharMarshaler());
 }