Channel<T>

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.builtin
  • Platforms: .NET, .NET Standard 2.0, Island


Properties


Capacity

 

property Capacity: Int32 read;

 

Int32 Capacity { get; }

 

var Capacity: Int32 { get{} }

 

Capacity Int32

 

ReadOnly Property Capacity() As Int32

Required Methods


Close

 

method Close

 

void Close()

 

func Close()

 

// .NET, .NET Standard 2.0
func Close() 
// Island
func Close() void

 

Sub Close()