In This Topic
Initializes a new instance of the
Resource struct.
Syntax
'Declaration
Public Function New( _
ByVal As Stream, _
ByVal As Uri _
)
public Resource(
Stream ,
Uri
)
Parameters
- stream
- A System.IO.Stream that contains the resource content.
- parentUri
- A parent System.Uri of the located resource.
See Also