Class ValidDtmfs
Inheritance
System.Object
ValidDtmfs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public static class ValidDtmfs
Fields
ValidDtmfSet
Declaration
public static readonly Dictionary<char, int> ValidDtmfSet
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.Char, System.Int32> |
Methods
Validate(Char)
Declaration
public static void Validate(char digit)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Char | digit |
Validate(IEnumerable<Char>)
Declaration
public static void Validate(IEnumerable<char> variations)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<System.Char> | variations |