Click or drag to resize
ListAndSetTIsProperSubsetOf 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 IsProperSubsetOf(
	IEnumerable<T> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableT

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

Return Value

Type: Boolean

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

Implements

ISetTIsProperSubsetOf(IEnumerableT)
See Also