PatternCollection.

this[int] Property

Summary

Gets or sets the element at the specified index.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
PatternCollection

Syntax

public Pattern this[int index] { get; set; }

Parameters

Name Type Description
index int

Value

Type Description
Pattern