Represents a structural element of some code base.

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

Syntax

C#
public interface ICodeElementInfo : IMirror, 
	IEquatable<ICodeElementInfo>
Visual Basic (Declaration)
Public Interface ICodeElementInfo _
	Implements IMirror, IEquatable(Of ICodeElementInfo)

Remarks

This interface is the base of a hierarchy of abstract reflection objects. Different implementations of these objects may be used to perform reflection over different sources.

See Also