Ascii |
public class AsciiLineComposition : IImmutable, IEquatable<AsciiLineComposition>
The AsciiLineComposition type exposes the following members.
| Name | Description | |
|---|---|---|
| AsciiLineComposition(ImmutableArrayAsciiColumnInfo) | Initializes a new instance of the AsciiLineComposition class | |
| AsciiLineComposition(IEnumerableAsciiColumnType, NullableInt32) | Initializes a new instance of the AsciiLineComposition class |
| Name | Description | |
|---|---|---|
| Columns | The structure of the line. This list holds Type values that represent the recognized items in the line. | |
| Count | Number of recognized items in the line. | |
| Item | Getter / setter of the items of the line. | |
| LineStructureScoring | ||
| ShortCuts |
| Name | Description | |
|---|---|---|
| Equals(AsciiLineComposition) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsCompatibleWith(AsciiLineComposition) | Determines whether this line structure is is compatible with another line structure. | |
| IsCompatibleWith(AsciiColumnType, AsciiColumnType) | Determines whether the AsciiColumnTypea is compatible with b. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | (Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| _hashValue | ||
| _priorityValue |