ImportBlock

A block of imports generated by the sort-imports command

Members

Functions

sameEffectAs
bool sameEffectAs(ImportBlock other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

end
int end;

Start & end byte index

imports
ImportInfo[] imports;
indentation
string indentation;
start
int start;

Start & end byte index

Meta