BeginEndAttribute
Description
- Derived from
-
Attribute abstract
Calls to annotated members must be wrapped in IBeginEnd.Begin and IBeginEnd.End.
If the enclosing type does not implement the IBeginEnd interface, the demarcation methods should be named Begin*(…)
and End*(…)
.