'Declaration
Public Overloads Overridable Function IsAvailable( _ Optional ByVal includeLegacyCf As Boolean _ ) As Boolean
'Usage
Dim instance As ConditionalObjects(Of TItem,TObject,TExecutedResult) Dim includeLegacyCf As Boolean Dim value As Boolean value = instance.IsAvailable(includeLegacyCf)
public virtual bool IsAvailable( bool includeLegacyCf )
Parameters
- includeLegacyCf
Return Value
true
if there is an conditional object; otherwise, false
.