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