System::Collections::Specialized::NameValueCollection::Add method
NameValueCollection::Add(const String&) method
重写 ICollection 方法 - 未实现。
virtual void System::Collections::Specialized::NameValueCollection::Add(const String &item) override
另见
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
NameValueCollection::Add(const String&, const String&) method
添加具有指定名称和值的条目。
virtual void System::Collections::Specialized::NameValueCollection::Add(const String &name, const String &value)
另见
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
NameValueCollection::Add(const System::SharedPtr<NameValueCollection>&) method
将指定的 NameValueCollection 中的条目复制到当前对象。
void System::Collections::Specialized::NameValueCollection::Add(const System::SharedPtr<NameValueCollection> &c)
另见
- Typedef SharedPtr
- Class NameValueCollection
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++