C# Класс Cilador.Graph.GraphExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetDependencies ( this field ) : IEnumerable

Gets dependencies for a referenced field.

GetDependencies ( this type ) : IEnumerable

Gets dependencies for a referenced type.

Описание методов

GetDependencies() публичный статический Метод

Gets dependencies for a referenced field.
public static GetDependencies ( this field ) : IEnumerable
field this Item to get dependencies from
Результат IEnumerable

GetDependencies() публичный статический Метод

Gets dependencies for a referenced type.
public static GetDependencies ( this type ) : IEnumerable
type this Item to get dependencies from
Результат IEnumerable