Table of Contents

Class RelativePathCollection

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class RelativePathCollection
Inheritance
RelativePathCollection
Inherited Members
Extension Methods

Constructors

RelativePathCollection(List<RelativePath>)

public RelativePathCollection(List<RelativePath> list)

Parameters

list List<RelativePath>

Properties

Items

public List<RelativePath> Items { get; }

Property Value

List<RelativePath>

Methods

Count()

public int Count()

Returns

int