Mono.CSharp.DecimalConstant.GetValueAsLong C# (CSharp) Method

GetValueAsLong() public method

public GetValueAsLong ( ) : long
return long
		public override long GetValueAsLong ()
		{
			throw new NotSupportedException ();
		}
	}