clojure.lang.PersistentQueue.Seq.count C# (CSharp) Метод

count() публичный Метод

Gets the number of items in the collection.
public count ( ) : int
Результат int
            public override int count()
            {
                return RT.count(_f) + RT.count(_rseq);
            }