'Declaration Public Overloads Shared Function FromResource( _ ByVal resName As String, _ ByVal dataContextType As Type _ ) As XmlMappingSource
public static XmlMappingSource FromResource( string resName, Type dataContextType )
Parameters
- resName
- The name of the resource.
- dataContextType
- The type of DataContext.
Return Value
New instance of the XmlMappingSource class.