Click or drag to resize

SingletonTContains Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.Singleton`1.Contains(`0)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool Contains(
	T item
)

Parameters

item
Type: T

[Missing <param name="item"/> documentation for "M:com.espertech.esper.compat.collections.Singleton`1.Contains(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.Singleton`1.Contains(`0)"]

See Also