UsingBlockCreateT Method Breeze.sharp
Create a UsingBlock.

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static UsingBlock Create<T>(
	T origValue,
	T tempValue,
	Action<T> action
)

Parameters

origValue
Type: T
tempValue
Type: T
action
Type: SystemActionT

Type Parameters

T

Return Value

Type: UsingBlock
See Also

Reference