CanonicalTrackedOutputFiles.DependencyTable Property

Definition

Gets the dependency table.

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

Property Value

The dependency table.

Attributes

Applies to