Click or drag to resize

SkipWhiteSpaceSeparationStrategy Class

This stategy assumes that the tokens are separated by one or more whitespace chars (tabs and spaces).
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiSkipWhiteSpaceSeparationStrategy

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SkipWhiteSpaceSeparationStrategy : IAsciiSeparationStrategy, 
	IImmutable, IEquatable<SkipWhiteSpaceSeparationStrategy>

The SkipWhiteSpaceSeparationStrategy type exposes the following members.

Constructors
 NameDescription
Public methodSkipWhiteSpaceSeparationStrategy Initializes a new instance of the SkipWhiteSpaceSeparationStrategy class.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTokens 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also