ListIterator.Definitionstring Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a textual representation of the type of the iterator.
public:
virtual System::String ^ Definitionstring();
public virtual string Definitionstring ();
abstract member Definitionstring : unit -> string
override this.Definitionstring : unit -> string
Public Overridable Function Definitionstring () As String
Returns
A string that contains the type of the iterator.
Remarks
For example: int list iterator.