Click or drag to resize

IValueExpressionScope<T> .Instance Property

Gets or sets the current T instance.

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
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 CreateInstance<TExpressionScope>(IEnumerable<PropertyInfo>, TypeRegistry).
See Also