Skip to content

c1c0a6e9 8be2 7187 d491 a5943c69b407

Fernando Garcia edited this page May 8, 2018 · 1 revision

BehaviorsModel.GetRange(T) Method

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)

Syntax

C#

public List<T> GetRange<T>()
where T : IBehavior

VB

Public Function GetRange(Of T As IBehavior) As List(Of T)

Type Parameters

 

T
Behavior type

Return Value

Type: List(T)
Enumerator that contains list of fields that meet the condition.

Remarks

[Missing documentation for "M:iTin.Export.Model.BehaviorsModel.GetRange``1"]

See Also

Reference

BehaviorsModel Class
iTin.Export.Model Namespace

Clone this wiki locally