C# Class NClass.Core.DependencyRelationship

Inheritance: TypeRelationship
Show file Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
Clone ( TypeBase first, TypeBase second ) : DependencyRelationship
ToString ( ) : string

Private Methods

Method Description
DependencyRelationship ( TypeBase first, TypeBase second ) : System

Method Details

Clone() public method

public Clone ( TypeBase first, TypeBase second ) : DependencyRelationship
first TypeBase
second TypeBase
return DependencyRelationship

ToString() public method

public ToString ( ) : string
return string