NRAssembly.Interfaces Property NReflect
Gets a list of reflected interfaces.

Namespace: NReflect
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public List<NRInterface> Interfaces { get; private set; }

Implements

IEntityContainer.Interfaces
See Also