Class FCList
Inheritance
System.Object
FCList
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[ComVisible(true)]
[Guid("007EE1DD-6614-4833-BB7F-2AB543B42CE9")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class FCList : IFCList
Constructors
FCList()
Declaration
Properties
AllowDuplicates
Declaration
public bool AllowDuplicates { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Count
Declaration
public short Count { get; }
Property Value
| Type |
Description |
| System.Int16 |
|
ItemType
Declaration
public string ItemType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sorted
Declaration
public bool Sorted { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
AppendItem(Object, Object, Object, Object, Object, Object, Object, Object, Object)
Declaration
public void AppendItem(object param1, object param2, object param3, object param4, object param5, object param6, object param7, object param8, object param9)
Parameters
| Type |
Name |
Description |
| System.Object |
param1 |
|
| System.Object |
param2 |
|
| System.Object |
param3 |
|
| System.Object |
param4 |
|
| System.Object |
param5 |
|
| System.Object |
param6 |
|
| System.Object |
param7 |
|
| System.Object |
param8 |
|
| System.Object |
param9 |
|
AppendSingleItem(Object)
Declaration
public void AppendSingleItem(object appendItem)
Parameters
| Type |
Name |
Description |
| System.Object |
appendItem |
|
Clear()
Declaration
Contains(Object)
Declaration
public bool Contains(object item)
Parameters
| Type |
Name |
Description |
| System.Object |
item |
|
Returns
| Type |
Description |
| System.Boolean |
|
FindFirstindex(Object)
Declaration
public short FindFirstindex(object param1)
Parameters
| Type |
Name |
Description |
| System.Object |
param1 |
|
Returns
| Type |
Description |
| System.Int16 |
|
GetItemByIndex(Int16, ref Object)
Declaration
public void GetItemByIndex(short index, ref object item)
Parameters
| Type |
Name |
Description |
| System.Int16 |
index |
|
| System.Object |
item |
|
ItemByIndex(Int16)
Declaration
public object ItemByIndex(short index)
Parameters
| Type |
Name |
Description |
| System.Int16 |
index |
|
Returns
| Type |
Description |
| System.Object |
|
Sort()
Declaration
Implements