C#
VB
C++
Represents a generic collection of objects.
[DefaultMemberAttribute("Item")]
public class MasterFormCollection : ICollection<IMasterForm>, IEnumerable<IMasterForm>, IEnumerable, IList<IMasterForm>
<DefaultMemberAttribute("Item")>
Public Class MasterFormCollection
Implements System.Collections.Generic.ICollection(Of IMasterForm), System.Collections.Generic.IEnumerable(Of IMasterForm), System.Collections.Generic.IList(Of IMasterForm), System.Collections.IEnumerable
[DefaultMemberAttribute("Item")]
public ref class MasterFormCollection : public System.Collections.Generic.ICollection<IMasterForm>, System.Collections.Generic.IEnumerable<IMasterForm>, System.Collections.Generic.IList<IMasterForm>, System.Collections.IEnumerable
The MasterFormCollection class provides a generic collection class that implements the .NET IList, ICollection and IEnumerable interfaces.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET