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