![]() |
![]() | ![]() |
![]() |
| |||
|
Statics Methods Relevant to TupleBvr Objects
pairBvr A convenience utility for creating a TupleBvr object with two members. tripleBvr A convenience utility for creating a TupleBvr object with three members. pairBvr
Statics ClassA convenience utility for creating a TupleBvr object with two members.
Syntax
public static TupleBvr pairBvr( Behavior first, Behavior second );
Parameters
- first
- First Behavior object in the TupleBvr.
- second
- Second Behavior object in the TupleBvr.
Return Value
Returns the TupleBvr object.
tripleBvr
Statics ClassA convenience utility for creating a TupleBvr object with three members.
Syntax
public static TupleBvr tripleBvr( Behavior first, Behavior second, Behavior third );
Parameters
- first
- First Behavior object in the TupleBvr.
- second
- Second Behavior object in the TupleBvr.
- third
- Third Behavior object in the TupleBvr.
Return Value
Returns the TupleBvr object.
Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.