DeadPropsHolder
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
Required Methods
DeadProps
method DeadProps: tuple of (Map<Name, Property>, error)
(Map<Name, Property>, error) DeadProps()
func DeadProps() -> tuple of (Map<Name, Property>, error)
func DeadProps() tuple of (Map<Name, Property>, error)
Function DeadProps() As Tuple (Of Map<Name, Property>, error)
Patch
method Patch(Slice<Proppatch>): tuple of (Slice<Propstat>, error)
(Slice<Propstat>, error) Patch(Slice<Proppatch> )
func Patch(_ Slice<Proppatch>) -> tuple of (Slice<Propstat>, error)
func Patch( Slice<Proppatch>) tuple of (Slice<Propstat>, error)
Function Patch( As Slice<Proppatch>) As Tuple (Of Slice<Propstat>, error)
Parameters:
- :