PropertiesImport Method |
Name | Description | |
---|---|---|
Import(NameValueCollection, PropertyAttrs) |
Imports a NameValueCollection into this collection
| |
Import(String, PropertyAttrs) |
Imports a tag-string into this collection. The string should be in the format of:
name=value;name=value
| |
Import(Properties, CollectionAddFlags) |
Imports a collection of properties into this collection
| |
Import(String, PropertyAttrs, TagImportAttrs) |
Imports a tag-string into this collection. The string should be in the format of:
name=value;name=value
| |
Import(String, PropertyAttrs, TagImportAttrs, Char) |
Imports a tag-string into this collection. The string should be in the format of:
name=value;name=value
|