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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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