VsaItemsEnumerator クラス

定義

注意事項

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)

適用対象