AddressCollection.Create Method ()
Creates a new empty instance of AddressCollection.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public static AddressCollection Create()
public:
static AddressCollection Create()
static member Create : unit -> AddressCollection
Public Shared Function Create As AddressCollection
Return Value
Type: Microsoft.Owin.BuilderProperties.AddressCollection
A new empty instance of AddressCollection.
See Also
AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top