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 subKey, string name, Action defaultMethod )  | 
| Visual Basic | 
|---|
Protected Overridable Function GetValue(Of T) ( subKey As String, name As String, defaultMethod As Action ) As T  | 
Parameters
- subKey
 - Type: System..::..String
 
- name
 - Type: System..::..String
 
- defaultMethod
 - Type: System..::..Action
 
Type Parameters
- T