Gets the known, default frequencies supported by RightEdge.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public static Dictionary<int, string> GetFrequencies() |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetFrequencies As Dictionary(Of Integer, String) |
| Visual C++ |
|---|
public: static Dictionary<int, String^>^ GetFrequencies() |