'Declaration
Public Function GetMissingEmployeeDependents() As Dictionary(Of String,List(Of String))
'Usage
Dim instance As CensusStatistics Dim value As Dictionary(Of String,List(Of String)) value = instance.GetMissingEmployeeDependents()
public Dictionary<string,List<string>> GetMissingEmployeeDependents()
public function GetMissingEmployeeDependents(): Dictionary;
public function GetMissingEmployeeDependents() : Dictionary;
public: Dictionary<string*,List<string*>*>* GetMissingEmployeeDependents();
public: Dictionary<String^,List<String^>^>^ GetMissingEmployeeDependents();