Table of Contents

Class GetExtension

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Represents an operator that returns the extension of each path string in the sequence.

public class GetExtension : Transform<string, string>
Inheritance
GetExtension
Inherited Members

Methods

Process(IObservable<string>)

Returns the extension of each path string in an observable sequence.