C# Class Endjin.Assembly.ChangeDetection.Diff.AssemblyDiffCollection

Show file Open project: endjin/Endjin.Assembly.ChangeDetection Class Usage Examples

Public Properties

Property Type Description
AddedRemovedTypes DiffCollection
ChangedTypes List

Public Methods

Method Description
AssemblyDiffCollection ( ) : System.Collections.Generic

Method Details

AssemblyDiffCollection() public method

public AssemblyDiffCollection ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

AddedRemovedTypes public property

public DiffCollection AddedRemovedTypes
return DiffCollection

ChangedTypes public property

public List ChangedTypes
return List