Rank() public method

Get the rank.
Get the rank.
public Rank ( ) : int
return int
コード例 #1
0
ファイル: Key.cs プロジェクト: zain-tariq/ios-samples
 public virtual void Copy(Key k)
 {
     key    = k.GetKey();
     rank   = k.Rank();
     decomp = k.Decomp();
 }
コード例 #2
0
ファイル: Key.cs プロジェクト: xamarin/monotouch-samples
		public virtual void Copy(Key k)
		{
			key = k.GetKey();
			rank = k.Rank();
			decomp = k.Decomp();
		}