Method Transform
Transform(BioBlock)
Returns the argument.
Declaration
public BioBlock Transform(BioBlock bioBlock)
Parameters
Type | Name | Description |
---|---|---|
BioBlock | bioBlock | The BioBlock to be returned. |
Returns
Type | Description |
---|---|
BioBlock |
|