Click or drag to resize

ValueExpressionScopeBaseTInstance Property

Gets or sets the current T instance.

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public T Instance { get; set; }
View Source

Property Value

T

Implements

IValueExpressionScopeTInstance
Remarks
By using the ReplaceThisKeywords(String, String) function, expressions can reference the current T instance using the this keyword. See CreateInstanceTExpressionScope(IEnumerablePropertyInfo, TypeRegistry).
See Also