Class NoteCommentList.NoteCommentListEnumerator
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class NoteCommentList.NoteCommentListEnumerator : IEnumerator<NoteComment>, IEnumerator, IDisposable
Constructors
NoteCommentListEnumerator(NoteCommentList)
Declaration
public NoteCommentListEnumerator(NoteCommentList collection)
Parameters
Type | Name | Description |
---|---|---|
NoteCommentList | collection |
Properties
Current
Declaration
public NoteComment Current { get; }
Property Value
Type | Description |
---|---|
NoteComment |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool |
Reset()
Declaration
public void Reset()