PrintDocument for WinForms
RenderObjectList クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderObjectList クラス
Represents a simple System.Collections.Generic.List`1 of RenderObject objects. This list is used to store copies of an object produced by data binding.
オブジェクト モデル
RenderObjectList クラス
シンタックス
'宣言
 
Public Class RenderObjectList 
   Inherits System.Collections.Generic.List(Of RenderObject)
'使用法
 
Dim instance As RenderObjectList
public class RenderObjectList : System.Collections.Generic.List<RenderObject> 
継承階層

System.Object
   System.Collections.Generic.List<T>
      C1.C1Preview.RenderObjectList

参照

RenderObjectList メンバ
C1.C1Preview 名前空間