clojure.lang.APersistentVector.RSeq.count C# (CSharp) Method

count() public method

Gets the number of items in the collection.
public count ( ) : int
return int
            public override int count()
            {
                return _i+1;
            }