Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
protected virtual T GetValue<T>( string name, Action defaultMethod, Func<T, bool> expression ) |
Visual Basic |
---|
Protected Overridable Function GetValue(Of T) ( name As String, defaultMethod As Action, expression As Func(Of T, Boolean) ) As T |
Parameters
- name
- Type: System..::..String
- defaultMethod
- Type: System..::..Action
- expression
- Type: System..::..Func<(Of <(<'T, Boolean>)>)>
Type Parameters
- T