'Declaration Public Overridable Function GetApplicableFields( _ ByVal source As RulesEngineSource _ ) As IEnumerable(Of ValueTuple(Of String,Type))
public virtual IEnumerable<ValueTuple<string,Type>> GetApplicableFields( RulesEngineSource source )
Parameters
- source
- The source to query the fields.