Class BaseRefBinder<TRef>
Inherited Members
Namespace: FastenUp.Runtime.Binders.References
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseRefBinder<TRef> : BaseBinder, IRefBinder, IBinder
Type Parameters
Name | Description |
---|---|
TRef |
Methods
TryGetReference<T>(out T)
Tries to get the reference of type T
from the binder.
Declaration
public bool TryGetReference<T>(out T reference)
Parameters
Type | Name | Description |
---|---|---|
T | reference | The reference of type |
Returns
Type | Description |
---|---|
Boolean | True if the reference was found, otherwise false. |
Type Parameters
Name | Description |
---|---|
T | Type of the reference |