clojure.lang.PersistentVector.ChunkedSeq.first C# (CSharp) Method

first() public method

public first ( ) : object
return object
            public override object first()
            {
                return _node[_offset];
            }