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

var Props: Slice<Property>;
var Props: Slice<Property>
FIELD Props() As Slice<Property>

Remove


Instance Methods


constructor


// .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)
// .NET, .NET Standard 2.0
init(_ aRemove: Boolean, _ aProps: Slice<Property>)
// Island
init(_ aRemove: bool, _ aProps: Slice<Property>)
// .NET, .NET Standard 2.0
Sub New(aRemove As Boolean, aProps As Slice<Property>)
// Island
Sub New(aRemove As bool, aProps As Slice<Property>)

Parameters:

  • aRemove:
  • aProps:

constructor(value: Proppatch)
Proppatch(Proppatch value)
Sub New(value As Proppatch)

Parameters:

  • value: