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