Class List
Inheritance
System.Object
List
Assembly: XSharp.dll
Syntax
public class List : Param
Constructors
|
Improve this Doc
View Source
List(IReadOnlyList<String>)
Declaration
public List(IReadOnlyList<string> aTexts)
Parameters
Type |
Name |
Description |
IReadOnlyList<System.String> |
aTexts |
|
Properties
|
Improve this Doc
View Source
Texts
Declaration
protected IReadOnlyList<string> Texts { get; }
Property Value
Type |
Description |
IReadOnlyList<System.String> |
|
Methods
|
Improve this Doc
View Source
IsMatch(Object)
Declaration
public override bool IsMatch(object aValue)
Parameters
Type |
Name |
Description |
System.Object |
aValue |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override object Transform(object aValue)
Parameters
Type |
Name |
Description |
System.Object |
aValue |
|
Returns
Type |
Description |
System.Object |
|
Overrides