OneOrMoreDirectoryPaths Class

Summary

Represents one or more DirectoryPath
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll.Core.IO
Interfaces
  • IEnumerable<DirectoryPath>
  • IEnumerable
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IEnumerable<DirectoryPath>"] Type-.->Interface1["IEnumerable"] Type["OneOrMoreDirectoryPaths"] class Type type-node

Syntax

public class OneOrMoreDirectoryPaths : IEnumerable<DirectoryPath>, IEnumerable

Attributes

Type Description
DefaultMemberAttribute

Constructors

Properties

Name Value Summary
Count int
Gets the number of file paths contained in the OneOrMoreDirectoryPaths.
this[int] DirectoryPath
Gets the file path at the specified index.

Methods

Name Value Summary
GetEnumerator() IEnumerator<DirectoryPath>
Return an enumerator that iterates through a list of DirectoryPath.

Operators

Name Value Summary
implicit operator OneOrMoreDirectoryPaths(DirectoryPath) OneOrMoreDirectoryPaths
implicit operator OneOrMoreDirectoryPaths(DirectoryPath[]) OneOrMoreDirectoryPaths
implicit operator OneOrMoreDirectoryPaths(List<DirectoryPath>) OneOrMoreDirectoryPaths
implicit operator OneOrMoreDirectoryPaths(List<string>) OneOrMoreDirectoryPaths
implicit operator OneOrMoreDirectoryPaths(string) OneOrMoreDirectoryPaths
implicit operator OneOrMoreDirectoryPaths(string[]) OneOrMoreDirectoryPaths

Extension Methods

Name Value Summary
Dump<OneOrMoreDirectoryPaths>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<OneOrMoreDirectoryPaths>(OneOrMoreDirectoryPaths[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<OneOrMoreDirectoryPaths>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<OneOrMoreDirectoryPaths>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<OneOrMoreDirectoryPaths>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<OneOrMoreDirectoryPaths>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin