ContentResolver.Size C# (CSharp) Method

Size() public method

public Size ( ) : int
return int
         public int Size() {
            return list.Size();
         }
      }