C# Class Cilador.Graph.GraphExtensions

Show file Open project: rileywhite/Cilador

Public Methods

Method Description
GetDependencies ( this field ) : IEnumerable

Gets dependencies for a referenced field.

GetDependencies ( this type ) : IEnumerable

Gets dependencies for a referenced type.

Method Details

GetDependencies() public static method

Gets dependencies for a referenced field.
public static GetDependencies ( this field ) : IEnumerable
field this Item to get dependencies from
return IEnumerable

GetDependencies() public static method

Gets dependencies for a referenced type.
public static GetDependencies ( this type ) : IEnumerable
type this Item to get dependencies from
return IEnumerable