StringLookup.CacheStringLookup(ICollection, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- strings
- ICollection
- minStringSize
- Int32