Click or drag to resize

IValueExpressionScopeTInstance Property

Gets or sets the current T instance.

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax
T Instance { get; set; }
View Source

Property Value

T
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