A convenience utility for creating a TupleBvr object with two members.
public static TupleBvr pairBvr(
Behavior first,
Behavior second
);
Returns the TupleBvr object.
A convenience utility for creating a TupleBvr object with three members.
public static TupleBvr tripleBvr(
Behavior first,
Behavior second,
Behavior third
);
Returns the TupleBvr object.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.