SequencePoint.Document Property

Definition

Gets the source document that contains this sequence point.

public:
 property System::Reflection::Metadata::DocumentHandle Document { System::Reflection::Metadata::DocumentHandle get(); };
public System.Reflection.Metadata.DocumentHandle Document { get; }
member this.Document : System.Reflection.Metadata.DocumentHandle
Public ReadOnly Property Document As DocumentHandle

Property Value

The source document that contains this sequence point.

Applies to