T
TResult
ActiveReports 8
Match<T,TResult>(T,TResult) Method
See Also 
GrapeCity.ActiveReports.Export.Xml.v8 Assembly > GrapeCity.ActiveReports.Export.Xml.Page Namespace > FunctionalExtensions Class > Match Method : Match<T,TResult>(T,TResult) Method

item
fallbackValue
The value to be returned if all patterns failed to match.

Glossary Item Box

The same as Match but type is defined

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Match
    (Of T,TResult)( _
   ByVal item As T, _
   ByVal fallbackValue As TResult _
) As FunctionalExtensions.MatchBlock(Of T,TResult)

Parameters

item
fallbackValue
The value to be returned if all patterns failed to match.

Type Parameters

T
TResult

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also