ListAndSetTIsProperSupersetOf Method |
Not implemented
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public bool IsProperSupersetOf(
IEnumerable<T> other
)
Public Function IsProperSupersetOf (
other As IEnumerable(Of T)
) As Boolean
Parameters
- other
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="other"/> documentation for "M:Jeneva.ListAndSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Jeneva.ListAndSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})"]
Implements
ISetTIsProperSupersetOf(IEnumerableT)See Also