Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.archive.zip
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:
    • ValueType | Compressor  .NET, .NET Standard 2.0, Island-watchOS-armv7k
    • ValueType | Compressor  Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows

Fields


Value

var Value: Func<Writer, tuple of (WriteCloser, error)>;
Func<Writer, tuple of (WriteCloser, error)> Value
var Value: Func<Writer, tuple of (WriteCloser, error)>
Value Func<Writer, tuple of (WriteCloser, error)>
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
FIELD Value() As Func (Of Writer, Tuple (Of WriteCloser, error))
// Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
FIELD Value() As Func<Writer, tuple of (WriteCloser, error)>

Instance Methods


constructor


constructor(aValue: Func<Writer, tuple of (WriteCloser, error)>)
Compressor(Func<Writer, tuple of (WriteCloser, error)> aValue)
init(_ aValue: Func<Writer, tuple of (WriteCloser, error)>)
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Sub New(aValue As Func (Of Writer, Tuple (Of WriteCloser, error)))
// Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Sub New(aValue As Func<Writer, tuple of (WriteCloser, error)>)

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
func GetHashCode() -> Int32
Function GetHashCode() As Int32