'宣言 Public Shared Function Exclude( _ ByVal baseSet As IOrderedSet(Of Integer), _ ByVal excludedSet As IOrderedSet(Of Integer) _ ) As IOrderedSet(Of Integer)
public static IOrderedSet<int> Exclude( IOrderedSet<int> baseSet, IOrderedSet<int> excludedSet )
パラメータ
- baseSet
- 基本セット。
- excludedSet
- 除外されるセット。