'宣言 Public Class KeyMapStack Inherits System.Collections.Generic.List(Of KeyMap)
'使用法 Dim instance As KeyMapStack
public class KeyMapStack : System.Collections.Generic.List<KeyMap>
'宣言 Public Class KeyMapStack Inherits System.Collections.Generic.List(Of KeyMap)
'使用法 Dim instance As KeyMapStack
public class KeyMapStack : System.Collections.Generic.List<KeyMap>
System.Object
System.Collections.Generic.List<T>
C1.Win.C1Preview.KeyMapStack