Click or drag to resize
ListAndSet<T>.Overlaps Method
Not implemented

Namespace: Jeneva
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool Overlaps(
	IEnumerable<T> other
)

Parameters

other
Type: System.Collections.Generic.IEnumerable<T>

[Missing <param name="other"/> documentation for "M:Jeneva.ListAndSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Jeneva.ListAndSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})"]

Implements

ISet<T>.Overlaps(IEnumerable<T>)
See Also