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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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