[This is preliminary documentation and is subject to change.]
Creates URI from the supplied values for this pattern
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public Uri MakeURI(
IDictionary<string, Object> values,
Uri prefix = null
)
public Uri MakeURI(
IDictionary<string, Object> values,
Uri prefix = null
)
Public Function MakeURI (
values As IDictionary(Of String, Object),
Optional prefix As Uri = Nothing
) As Uri
Public Function MakeURI (
values As IDictionary(Of String, Object),
Optional prefix As Uri = Nothing
) As Uri
public:
Uri^ MakeURI(
IDictionary<String^, Object^>^ values,
Uri^ prefix = nullptr
)
public:
Uri^ MakeURI(
IDictionary<String^, Object^>^ values,
Uri^ prefix = nullptr
)
member MakeURI :
values : IDictionary<string, Object> *
?prefix : Uri
(* Defaults:
let _prefix = defaultArg prefix null
*)
-> Uri
member MakeURI :
values : IDictionary<string, Object> *
?prefix : Uri
(* Defaults:
let _prefix = defaultArg prefix null
*)
-> Uri
Return Value
Type:
Uri