Create a UsingBlock.
Namespace: Breeze.Sharp.CoreAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public static UsingBlock Create<T>(
T origValue,
T tempValue,
Action<T> action
)
Public Shared Function Create(Of T) (
origValue As T,
tempValue As T,
action As Action(Of T)
) As UsingBlock
public:
generic<typename T>
static UsingBlock^ Create(
T origValue,
T tempValue,
Action<T>^ action
)
static member Create :
origValue : 'T *
tempValue : 'T *
action : Action<'T> -> UsingBlock
Parameters
- origValue
- Type: T
- tempValue
- Type: T
- action
- Type: SystemActionT
Type Parameters
- T
Return Value
Type:
UsingBlock
Reference