Class ReflectionMethodDescriptor
Definition
Namespace: StardewUI.Framework.Descriptors
Assembly: StardewUI.dll
Helper for creating IMethodDescriptor instances using reflection.
Inheritance
Object ⇦ ReflectionMethodDescriptor
Members
Methods
Name | Description |
---|---|
IsSupported(MethodInfo) | Checks if a method is supported for view binding. |
Details
Methods
IsSupported(MethodInfo)
Checks if a method is supported for view binding.
Parameters
method
MethodInfo
The method info.
Returns
true
if a StardewUI.Framework.Descriptors.ReflectionMethodDescriptor<TResult>
can be created for the specified method
, otherwise false
.