HttpStaticObjectsCollectionWrapper(HttpStaticObjectsCollection) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de HttpStaticObjectsCollectionWrapper klasse.
public:
HttpStaticObjectsCollectionWrapper(System::Web::HttpStaticObjectsCollection ^ httpStaticObjectsCollection);
public HttpStaticObjectsCollectionWrapper(System.Web.HttpStaticObjectsCollection httpStaticObjectsCollection);
new System.Web.HttpStaticObjectsCollectionWrapper : System.Web.HttpStaticObjectsCollection -> System.Web.HttpStaticObjectsCollectionWrapper
Public Sub New (httpStaticObjectsCollection As HttpStaticObjectsCollection)
Parameters
- httpStaticObjectsCollection
- HttpStaticObjectsCollection
Het object waartoe deze wrapper-klasse toegang biedt.
Uitzonderingen
httpStaticObjectsCollection is null.