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 from the given column types. |
| 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 | Gets the column information at the specified index. | |
| LineStructureScoring | Gets the scoring value used to compare line compositions. | |
| ShortCuts | Gets the compact shortcut string that represents the column types in this line. |
| Name | Description | |
|---|---|---|
| Equals(AsciiLineComposition) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Determines whether the specified object is equal to the current 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 | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsCompatibleWith(AsciiLineComposition) | Determines whether this line structure 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 | Returns a string that represents the current object. (Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| _hashValue | Caches the hash value of the composition. | |
| _priorityValue | Caches the scoring value of the composition. |