コード例 #1
0
ファイル: Attributes.cs プロジェクト: ReaZhuang/itext7-dotnet
 /// <summary>Get the number of attributes in this set.</summary>
 /// <returns>size</returns>
 public virtual int Size()
 {
     if (attributes == null)
     {
         return(0);
     }
     return(attributes.Count());
 }