[Missing <summary> documentation for "M:TinCan.TCAPIVersion.GetSupported"]
Namespace: TinCanAssembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public static Dictionary<string, TCAPIVersion> GetSupported() |
| Visual Basic |
|---|
Public Shared Function GetSupported As Dictionary(Of String, TCAPIVersion) |
| Visual C++ |
|---|
public:
static Dictionary<String^, TCAPIVersion^>^ GetSupported() |
| F# |
|---|
static member GetSupported : unit -> Dictionary<string, TCAPIVersion>
|
Return Value
Type:
Dictionary<(Of <(<'String,
TCAPIVersion>)>)>[Missing <returns> documentation for "M:TinCan.TCAPIVersion.GetSupported"]
See Also