CanonicalTrackedInputFiles.DependencyTable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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