'Declaration<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> ReadOnly Property MappingCollection As KeyboardMapping()
'UsageDim instance As IKeyboardMapper Dim value() As KeyboardMapping value = instance.MappingCollection
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")] KeyboardMapping[] MappingCollection {get;}