|   | 
         This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
        
                    
                      
                         Syntax
Syntax
                    
                    | C# |  Copy Code | 
|---|---|
| 
                                  public class DiffResultSpan | |
| Visual Basic (Declaration) |  Copy Code | 
|---|---|
| 
                                  Public Class DiffResultSpan | |
The type exposes the following members.
                      
                         Protected Constructors
Protected Constructors
                    
                    | Name | Description | |
|---|---|---|
|   | DiffResultSpan | 
            Initializes a new instance of the DiffResultSpan class.
             | 
                      
                         Public Methods
Public Methods
                    
                    | Name | Description | |
|---|---|---|
|   | AddLength | 
            Adds a length.
             | 
|   | CompareTo | 
            Compares the current instance with another object of the same type.
             | 
|     | CreateAddDestination | 
            Creates an add-to-destination span.
             | 
|     | CreateDeleteSource | 
            Creates a delete-source span.
             | 
|     | CreateNoChange | 
            Creates a no change span.
             | 
|     | CreateReplace | 
            Creates a replace span.
             | 
|   | Equals | (Inherited from Object.) | 
|   | GetHashCode | (Inherited from Object.) | 
|   | GetType | (Inherited from Object.) | 
|   | ToString | (Overrides Object..::ToString()()()().) | 
                      
                         Protected Methods
Protected Methods
                    
                    | Name | Description | |
|---|---|---|
|   | Finalize | (Inherited from Object.) | 
|   | MemberwiseClone | (Inherited from Object.) | 
                      
                         Public Properties
Public Properties
                    
                    | Name | Description | |
|---|---|---|
|   | DestIndex | 
            Gets the index of the destination.
             | 
|   | Length | 
            Gets the length.
             | 
|   | SourceIndex | 
            Gets the index of the source.
             | 
|   | Status | 
            Gets the difference result status.
             | 
                      
                         See Also
See Also
                    
                    
                        Smartsite.Tools.Diff Namespace
                     
     
     
    