OutSystems Forge 日本語データベース

Extension HashSet

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2011-05-23 1.0.3 ovatsus Libraries
一連の文字列を表す.NET HashSet クラスをラップします。
一連の文字列を表す.NET HashSet <string>クラスをラップします。 特徴 大文字と小文字を区別しないセットをサポートします。 サポートされているメソッド:HashSet_Add HashSet_Clear HashSet_Contains HashSet_Count HashSet_Create HashSet_ExceptWith HashSet_IntersectWith HashSet_Remove HashSet_UnionWith HashSet_Values

[Overview]
Wraps the .NET HashSet class, which represents a set of strings.
[Detail]
Wraps the .NET HashSet<string> class, which represents a set of strings. Feature List Supports both case-sensitive and case-insensitive sets. Supported methods: HashSet_Add HashSet_Clear HashSet_Contains HashSet_Count HashSet_Create HashSet_ExceptWith HashSet_IntersectWith HashSet_Remove HashSet_UnionWith HashSet_Values
戻る