Original signature is '+ (NSDictionary *)registrationDictionaryByFillingInDictionary:(NSDictionary *)regDict restrictToKeys:(NSSet *)keys;'

C# | Visual Basic | Visual C++ |
public static NSDictionary RegistrationDictionaryByFillingInDictionaryRestrictToKeys( NSDictionary regDict, NSSet keys )
Public Shared Function RegistrationDictionaryByFillingInDictionaryRestrictToKeys ( _ regDict As NSDictionary, _ keys As NSSet _ ) As NSDictionary
public: static NSDictionary^ RegistrationDictionaryByFillingInDictionaryRestrictToKeys( NSDictionary^ regDict, NSSet^ keys )

- regDict (NSDictionary)
- The dictionary to fill in.
- keys (NSSet)
- The keys to fill in. If nil, any missing keys are filled in.

The dictionary with the keys filled in. This is an autoreleased copy of regDict.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)