Pool
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.sync
- Platforms: .NET, .NET Standard 2.0, Island
Properties
New
property New: Func<Object> read write;
Func<Object> New { get; set; }
var New: Func<Object> { get{} set{} }
// .NET, .NET Standard 2.0, 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
Property New() As Func<Object>
// Island-watchOS-armv7k
Property New() As Func (Of Object)
Instance Methods
constructor
constructor (Pool)
Parameters:
- value:
Get
Put
// .NET, .NET Standard 2.0
func Put(x interface{})
// Island
func Put(x interface{}) void
Parameters:
- x: