AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Foundation.StringMap类 参考
类 AnyCAD.Foundation.StringMap 继承关系图:

class  StringMapEnumerator

Public 成员函数

 StringMap (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
void Dispose ()
bool TryGetValue (string key, out string value)
void Add (global::System.Collections.Generic.KeyValuePair< string, string > item)
bool Remove (global::System.Collections.Generic.KeyValuePair< string, string > item)
bool Contains (global::System.Collections.Generic.KeyValuePair< string, string > item)
void CopyTo (global::System.Collections.Generic.KeyValuePair< string, string >[] array)
void CopyTo (global::System.Collections.Generic.KeyValuePair< string, string >[] array, int arrayIndex)
StringMapEnumerator GetEnumerator ()
 StringMap (StringMap other)
void Clear ()
bool ContainsKey (string key)
void Add (string key, string value)
bool Remove (string key)

属性

string this[string key] [get, set]
bool IsEmpty [get]
int Count [get]
bool IsReadOnly [get]
global::System.Collections.Generic.ICollection< string > Keys [get]
global::System.Collections.Generic.ICollection< string > Values [get]