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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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