T
the type of the desired resource
Northwoods.GoSilverlight 1.2.2 Assembly
FindDefault<T> Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : FindDefault<T> Method

name
This static method finds a default resource of type T.

Syntax

Visual Basic (Declaration) 
Public Shared Function FindDefault(Of T)( _
   ByVal name As String _
) As T
C# 
public static T FindDefault<T>( 
   string name
)

Parameters

name

Type Parameters

T
the type of the desired resource

Return Value

null if no resource can be found with the name name or if it does exist but is not of type T

Requirements

See Also

© 2010 All Rights Reserved.