clojure.lang.StringSeq.index C# (CSharp) Method

index() public method

Gets the index associated with this sequence.
public index ( ) : int
return int
        public int index()
        {
            return _i;
        }