Mono.Rocks.TextReaderRocks.Words C# (CSharp) Méthode

Words() public static méthode

public static Words ( this self ) : IEnumerable
self this
Résultat IEnumerable
        public static IEnumerable<string> Words(this TextReader self)
        {
            return Words (self, TextReaderRocksOptions.CloseReader);
        }

Same methods

TextReaderRocks::Words ( this self, TextReaderRocksOptions options ) : IEnumerable