Mono.CSharp.Switch.KeyBlock.KeyBlock C# (CSharp) Method

KeyBlock() public method

public KeyBlock ( long _first ) : System
_first long
return System
			public KeyBlock (long _first)
			{
				first = last = _first;
			}
			public long first;