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