VsaItemsEnumerator 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
支援非泛型集合上的簡單反覆運算。
public ref class VsaItemsEnumerator : System::Collections::IEnumerator
public class VsaItemsEnumerator : System.Collections.IEnumerator
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public class VsaItemsEnumerator : System.Collections.IEnumerator
type VsaItemsEnumerator = class
interface IEnumerator
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type VsaItemsEnumerator = class
interface IEnumerator
Public Class VsaItemsEnumerator
Implements IEnumerator
- 繼承
-
VsaItemsEnumerator
- 屬性
- 實作
屬性
Current |
已淘汰.
取得集合中位於列舉值目前位置的元素。 |
方法
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
MoveNext() |
已淘汰.
將列舉值往前推至下集合中的下一個項目。 |
Reset() |
已淘汰.
設定列舉值至它的初始位置,這是在集合中第一個項目之前。 |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |