c1c0a6e9 8be2 7187 d491 a5943c69b407 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Returns an enumerator to a field list containing only those who meet the condition of type.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public List<T> GetRange<T>()
where T : IBehaviorVB
Public Function GetRange(Of T As IBehavior) As List(Of T)
- T
- Behavior type
Type: List(T)
Enumerator that contains list of fields that meet the condition.
[Missing documentation for "M:iTin.Export.Model.BehaviorsModel.GetRange``1"]