Record.Set<T>(String, T) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets value in the dictionary.
C#
public void Set<T> (string key, T value);
member this.Set : string * 'T -> unit
Public Sub Set(Of T) (key As String, value As T)
- T
Type of value
- key
- String
key to look for
- value
- T
value associated with key
Producto | Versiones |
---|---|
Microsoft Teams Framework .NET SDK | Latest |