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 Class

A 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 Class

A 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 Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.