Summary
Checks whether this plugin handles the specified value.
- Namespace
- Avalonia
.Data .Core .Plugins - Containing Type
- TaskStreamPlugin
Syntax
public virtual bool Match(WeakReference<object> reference)
Parameters
Name | Type | Description |
---|---|---|
reference | WeakReference |
A weak reference to the value. |
Return Value
Type | Description |
---|---|
bool | True if the plugin can handle the value; otherwise false. |