PrintDocument for WinForms
InnerList プロパティ (FastList)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.Util 名前空間 > FastList クラス : InnerList プロパティ
現在の FastListの要素を格納するために内部的に使用される System.Collections.Generic.List`1を取得します。
シンタックス
'宣言
 
Protected ReadOnly Property InnerList As System.Collections.Generic.List(Of Object)
'使用法
 
Dim instance As FastList
Dim value As System.Collections.Generic.List(Of Object)
 
value = instance.InnerList
protected System.Collections.Generic.List<object> InnerList {get;}
参照

FastList クラス
FastList メンバ