Click or drag to resize

IMultiDeclT Interface

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public interface IMultiDecl<out T> : IEnumerable<T>, 
	IEnumerable
where T : VariableDecl

Type Parameters

T

The IMultiDeclT type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of VariableDecls.
Public propertyItem
Get the VariableDecl at the specified index.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Top
Extension Methods
  NameDescription
Public Extension MethodToString
Format the specified collection into a single string using the specified separating string to separate each item. Null items are converted to empty strings.
(Defined by StringUtil.)
Top
See Also