Qualifier
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.types
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
Fields
Value
// .NET, .NET Standard 2.0
var Value: Func<Memory<Package>, string>;
// Island
var Value: Func<RemObjects.Elements.System.Memory<go.types.Package>,go.builtin.string>;
// .NET, .NET Standard 2.0
Func<Memory<Package>, string> Value
// Island
Func<RemObjects.Elements.System.Memory<go.types.Package>,go.builtin.string> Value
// .NET, .NET Standard 2.0
var Value: Func<Memory<Package>, string>
// Island
var Value: Func<RemObjects.Elements.System.Memory<go.types.Package>,go.builtin.string>
Instance Methods
constructor
constructor
Qualifier()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aValue: Func<Memory<Package>, string>)
// Island
constructor(aValue: Func<RemObjects.Elements.System.Memory<go.types.Package>,go.builtin.string>)
// .NET, .NET Standard 2.0
Qualifier(Func<Memory<Package>, string> aValue)
// Island
Qualifier(Func<RemObjects.Elements.System.Memory<go.types.Package>,go.builtin.string> aValue)
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32