StringLookup.CacheStringLookup(ICollection, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- strings
- ICollection
- minStringSize
- Int32