Defines the interface for FieldCollection.
It represent of collection of fields with values.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IFieldCollection : IEnumerable<IField>, IEnumerable |
Visual Basic |
---|
Public Interface IFieldCollection _ Inherits IEnumerable(Of IField), IEnumerable |
Visual C++ |
---|
public interface class IFieldCollection : IEnumerable<IField^>, IEnumerable |