Gets the IFile in which this object is defined.

Namespace: SharpAssembler.Core.Symbols
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IFile ParentFile { get; }
Visual Basic
ReadOnly Property ParentFile As IFile
	Get
Visual C++
property IFile^ ParentFile {
	IFile^ get ();
}

Field Value

A IFile.

Contracts

Get

Ensures
Contract.Result<IFile>() != null

See Also