StringLookup.CacheStringLookup(ICollection, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- strings
- ICollection
- minStringSize
- Int32