IMultiDeclT Interface |
Namespace: Nova.CodeDOM
public interface IMultiDecl<out T> : IEnumerable<T>, IEnumerable where T : VariableDecl
The IMultiDeclT type exposes the following members.
Name | Description | |
---|---|---|
Count |
The number of VariableDecls.
| |
Item |
Get the VariableDecl at the specified index.
|
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT.) |
Name | Description | |
---|---|---|
ToString |
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.) |