FuncMap
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.text.template
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
Fields
Value
var Value: Map<string, Object>;
Map<string, Object> Value
var Value: Map<string, Object>
Value Map<string, interface{}>
FIELD Value() As Map<string, Object>
Instance Methods
constructor
constructor
FuncMap()
init()
Sub New()
constructor(aValue: Map<string, Object>)
FuncMap(Map<string, Object> aValue)
init(_ aValue: Map<string, Object>)
Sub New(aValue As Map<string, Object>)
Parameters:
- aValue:
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32