Interface IBracketer<T>
An interface for objects which know how to surround a Document<T> with brackets.
Declaration
public interface IBracketer<T>
Type Parameters
Name | Description |
---|---|
T |
The type of annotations in the document. |
Methods
Bracket(Document<T>)
Surrounds the document
with brackets.
Declaration
Document<T> Bracket(Document<T> document)
Parameters
Type | Name | Description |
---|---|---|
Document<T> |
document |
Returns
Type | Description |
---|---|
Document<T> |