Vytvori novy graf z pole retezcu.
Delka vsech retezcu musi byt stejne dlouha (tedy graf musi byt obdelnikovy).
Predpokladame, ze g obsahuje jen povolene znaky.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Graph(
string[] g
)
Public Sub New (
g As String()
)
public:
Graph(
array<String^>^ g
)
new :
g : string[] -> Graph
Parameters
- g
- Type: SystemString
[Missing <param name="g"/> documentation for "M:MAPFsimulator.Graph.#ctor(System.String[])"]
See Also