CanonicalTrackedInputFiles.DependencyTable Property

Definition

Gets the current dependency table.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^> ^ DependencyTable { System::Collections::Generic::Dictionary<System::String ^, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Collections.Generic.Dictionary<string,string>> DependencyTable { get; }
public System.Collections.Generic.Dictionary<string,System.Collections.Generic.Dictionary<string,string>> 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, string>>
[<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, string>>
Public ReadOnly Property DependencyTable As Dictionary(Of String, Dictionary(Of String, String))

Property Value

The dependency table.

Attributes

Applies to