Comment detail

アレイのuniq (Nested Flatten)

This comment is reply for 2298 jz5: C#と同じですね……。(アレイのuniq). Go to thread root.

短くなりました。VS2008Betaインストール記念。
Objectの配列なら
Dim ary() As Object = From x In xs Distinct.ToArray
1
Dim uniq = From x In xs Distinct
Dim uniq = xs.Distinct
だけで良いようです……。

Index

Feed

Other

Link

Pathtraq

loading...