CommandLineToolSwitch.Parents Property

Definition

This property indicates the parent of the dependency

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

Property Value

The parents for the switch.

Attributes

Applies to