私はメソッド(この場合は静的)を持っていますが、それを定義するための正確な構文を完全に理解することはできません。
static member FindPath : Queue<Node> startNode : Node endNode : Node nodes : List<Node> =
//this method will call two other to be constructed methods and return a
//queue that is the return value of one of them
return new Queue<Node>()
startNode
と最初のノードの間のコロンで失敗します。
「ラベル付きタイプの構文エラー」
このようなメソッドを作成するための最良の方法は何でしょうか?