FlatTrackingData.DependencyTable Property

Definition

Gets the dependency table.

public:
 property System::Collections::Generic::IDictionary<System::String ^, DateTime> ^ DependencyTable { System::Collections::Generic::IDictionary<System::String ^, DateTime> ^ get(); };
public System.Collections.Generic.IDictionary<string,DateTime> DependencyTable { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
public System.Collections.Generic.IDictionary<string,DateTime> DependencyTable { get; }
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.DependencyTable : System.Collections.Generic.IDictionary<string, DateTime>
member this.DependencyTable : System.Collections.Generic.IDictionary<string, DateTime>
Public ReadOnly Property DependencyTable As IDictionary(Of String, DateTime)

Property Value

The dependency table.

Attributes

Applies to