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

class  Uint32SetEnumerator
 

Public 成员函数

 Uint32Set (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void Dispose ()
 
bool TryGetValue (uint equalValue, out uint actualValue)
 
void CopyTo (uint[] array)
 
void CopyTo (uint[] array, int arrayIndex)
 
void ExceptWith (global::System.Collections.Generic.IEnumerable< uint > other)
 
void IntersectWith (global::System.Collections.Generic.IEnumerable< uint > other)
 
bool IsProperSubsetOf (global::System.Collections.Generic.IEnumerable< uint > other)
 
bool IsProperSupersetOf (global::System.Collections.Generic.IEnumerable< uint > other)
 
bool IsSubsetOf (global::System.Collections.Generic.IEnumerable< uint > other)
 
bool IsSupersetOf (global::System.Collections.Generic.IEnumerable< uint > other)
 
bool Overlaps (global::System.Collections.Generic.IEnumerable< uint > other)
 
bool SetEquals (global::System.Collections.Generic.IEnumerable< uint > other)
 
void SymmetricExceptWith (global::System.Collections.Generic.IEnumerable< uint > other)
 
void UnionWith (global::System.Collections.Generic.IEnumerable< uint > other)
 
Uint32SetEnumerator GetEnumerator ()
 
 Uint32Set (Uint32Set other)
 
void Clear ()
 
bool Add (uint item)
 
bool Contains (uint item)
 
bool Remove (uint item)
 

属性

bool IsEmpty [get]
 
int Count [get]
 
bool IsReadOnly [get]