-
Notifications
You must be signed in to change notification settings - Fork 2
IPattern Interface
sequenze edited this page Jun 15, 2017
·
6 revisions
Provides the primitives required to define a pattern.
Object
public abstract interface IPattern : IFields
Name | Description |
---|---|
Size | Returns the size of the pattern. |
Item[Int32] | Gets or sets the i'th element of the pattern. |