Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
public void ComputePiecesCoverage(
ChessBoard PlayerColorE ePlayerColor,
out ChessBoard PosInfoS posInfo
)
public void ComputePiecesCoverage(
ChessBoard..::..PlayerColorE ePlayerColor,
out ChessBoard..::..PosInfoS posInfo
)
Public Sub ComputePiecesCoverage (
ePlayerColor As ChessBoard PlayerColorE,
<OutAttribute> ByRef posInfo As ChessBoard PosInfoS
)
Public Sub ComputePiecesCoverage (
ePlayerColor As ChessBoard..::..PlayerColorE,
<OutAttribute> ByRef posInfo As ChessBoard..::..PosInfoS
)
public:
void ComputePiecesCoverage(
ChessBoard PlayerColorE ePlayerColor,
[OutAttribute] ChessBoard PosInfoS% posInfo
)
public:
void ComputePiecesCoverage(
ChessBoard..::..PlayerColorE ePlayerColor,
[OutAttribute] ChessBoard..::..PosInfoS% posInfo
)
member ComputePiecesCoverage :
ePlayerColor : ChessBoard PlayerColorE *
posInfo : ChessBoard PosInfoS byref -> unit
member ComputePiecesCoverage :
ePlayerColor : ChessBoard..::..PlayerColorE *
posInfo : ChessBoard..::..PosInfoS byref -> unit