Partager via


StringLookup.CacheStringLookup(ICollection, Int32) Méthode

Définition

public:
 static System::Collections::Generic::List<Microsoft::XLANGs::Core::StringLookup::Entry> ^ CacheStringLookup(System::Collections::ICollection ^ strings, int minStringSize);
public static System.Collections.Generic.List<Microsoft.XLANGs.Core.StringLookup.Entry> CacheStringLookup (System.Collections.ICollection strings, int minStringSize);
static member CacheStringLookup : System.Collections.ICollection * int -> System.Collections.Generic.List<Microsoft.XLANGs.Core.StringLookup.Entry>
Public Shared Function CacheStringLookup (strings As ICollection, minStringSize As Integer) As List(Of StringLookup.Entry)

Paramètres

strings
ICollection
minStringSize
Int32

Retours

S’applique à