Skip to content

8f6ee0f8 73f4 8ae1 2e43 9b9057712d2a

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

BehaviorsModel.Get(T) Method

Additional header content

Returns specified behavior.

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 T Get<T>()
where T : IBehavior

VB

Public Function Get(Of T As IBehavior) As T

Type Parameters

 

T
Behavior type

Return Value

Type: T
Specified behavior.

Remarks

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

See Also

Reference

BehaviorsModel Class
iTin.Export.Model Namespace

Clone this wiki locally