Attr
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.webdav.internal.xml
- Platforms: .NET, .NET Standard 2.0, Island
Fields
Name
var Name: Name;
Name Name
var Name: Name
Name Name
FIELD Name() As Name
Value
var Value: string;
string Value
var Value: string
Value string
FIELD Value() As string
Instance Methods
constructor
constructor
Attr()
init()
Sub New()
constructor(aName: Name; aValue: string)
Attr(Name aName, string aValue)
init(_ aName: Name, _ aValue: string)
Sub New(aName As Name, aValue As string)
Parameters:
- aName:
- aValue:
constructor (Attr)
constructor(value: Attr)
Attr(Attr value)
init(_ value: Attr)
Sub New(value As Attr)
Parameters:
- value: