PexFactories.CreateNameValueCollection Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
System. Collections. özelleşmiş. NameValueCollection örnekleri için bir fabrika
public:
static System::Collections::Specialized::NameValueCollection ^ CreateNameValueCollection(cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ values);
[Microsoft.Pex.Framework.PexFactoryMethod(typeof(System.Collections.Specialized.NameValueCollection))]
public static System.Collections.Specialized.NameValueCollection CreateNameValueCollection (System.Collections.Generic.KeyValuePair<string,string>[] values);
[<Microsoft.Pex.Framework.PexFactoryMethod(typeof(System.Collections.Specialized.NameValueCollection))>]
static member CreateNameValueCollection : System.Collections.Generic.KeyValuePair<string, string>[] -> System.Collections.Specialized.NameValueCollection
Public Shared Function CreateNameValueCollection (values As KeyValuePair(Of String, String)()) As NameValueCollection
Parametreler
- values
- KeyValuePair<String,String>[]
değer listesi
Döndürülenler
oluşturulan koleksiyon
- Öznitelikler