Proppatch
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.webdav
- Platforms: .NET, .NET Standard 2.0, Island
Fields
Props
Remove
Instance Methods
constructor
constructor
Proppatch()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aRemove: Boolean; aProps: Slice<Property>)
// Island
constructor(aRemove: bool; aProps: Slice<Property>)
// .NET, .NET Standard 2.0
Proppatch(Boolean aRemove, Slice<Property> aProps)
// Island
Proppatch(bool aRemove, Slice<Property> aProps)
Parameters:
- aRemove:
- aProps:
constructor (Proppatch)
constructor(value: Proppatch)
Proppatch(Proppatch value)
init(_ value: Proppatch)
Sub New(value As Proppatch)
Parameters:
- value: