'宣言
Sub GetTile( _ ByVal key As MapTileKey, _ ByVal success As Action(Of IMapTile), _ ByVal error As Action(Of Exception) _ )
void GetTile( MapTileKey key, Action<IMapTile> success, Action<Exception> error )
パラメータ
- key
- タイルの識別子。
- success
- 成果のハンドラ。
- error
- エラーのハンドラ。