Constructors
| Name | Description | |
|---|---|---|
| Chromosome |
Initializes a new instance of the Chromosome class.
| |
| Chromosome(String) |
Initializes a new instance of the Chromosome class.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the specified gene to the chromosome.
Once a gene has been added, it cannot be edited or removed.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
| FromString |
Creates a new chromosome object from a string created by ToString.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Returns a (Overrides |
Properties
| Name | Description | |
|---|---|---|
| Genes |
Returns a read-only copy of the chromosome's genes.
| |
| Sex |
Identifies if the chromosome is X or Y.
This tag is required because the genome does
not have a specific allosome gene pair.
| |
| Tag |
Helps identify the chromosome.
|
See Also