ObservableSettingsListBase<TValue>.AddToFrontAsync Method
Definition
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.
protected:
virtual System::Threading::Tasks::Task ^ AddToFrontAsync(System::String ^ key, ValueT value, System::Object ^ state);
protected virtual System.Threading.Tasks.Task AddToFrontAsync (string key, ValueT value, object state);
abstract member AddToFrontAsync : string * 'ValueT * obj -> System.Threading.Tasks.Task
override this.AddToFrontAsync : string * 'ValueT * obj -> System.Threading.Tasks.Task
Protected Overridable Function AddToFrontAsync (key As String, value As ValueT, state As Object) As Task
Parameters
- key
- String
- value
- ValueT
- state
- Object