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