'宣言 Public Class OperationStack Inherits System.Collections.Generic.List(Of OperationBase)
public class OperationStack : System.Collections.Generic.List<OperationBase>
'宣言 Public Class OperationStack Inherits System.Collections.Generic.List(Of OperationBase)
public class OperationStack : System.Collections.Generic.List<OperationBase>
System.Object
System.Collections.Generic.List<T>
GrapeCity.Documents.Pdf.Log.OperationStack