clojure.lang.StringSeq.index C# (CSharp) Метод

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

Gets the index associated with this sequence.
public index ( ) : int
Результат int
        public int index()
        {
            return _i;
        }