Represents a code element that could not be resolved to a native reflection type.

Namespace:  Gallio.Common.Reflection.Impl
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public interface IUnresolvedCodeElement
Visual Basic (Declaration)
Public Interface IUnresolvedCodeElement

Remarks

The UnresolvedCodeElementFactory produces reflection objects that implement this interface.

See Also