IndexerRef Constructor (IndexerDecl, Boolean) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public IndexerRef(
IndexerDecl declaration,
bool isFirstOnLine = false
)
Parameters
- declaration
- Type: Nova.CodeDOMIndexerDecl
- isFirstOnLine (Optional)
- Type: SystemBoolean
See Also