Sharpen.SingletonList.SingletonList C# (CSharp) Method

SingletonList() public method

public SingletonList ( string val ) : System
val string
return System
		public SingletonList (string val)
		{
			throw new NotImplementedException ();
		}
	}
SingletonList