TdxMemberInfoCollection Constructors
| Name | Description |
|---|---|
| Create | Inherited from TList<T>. |
| Create(TdxEntityInfo,TdxMappingMemberInfo[]) | Initializes a new instance of the TdxMemberInfoCollection class with specified settings. |
| Create(TdxEntityInfo,string,Boolean,Boolean) | Initializes a new instance of the TdxMemberInfoCollection class with specified settings. |
| Create(TdxEntityInfo,string,Boolean) | Initializes a new instance of the TdxMemberInfoCollection class with specified settings. |
| Create(TdxEntityInfo,string) | Initializes a new instance of the TdxMemberInfoCollection class with specified settings. |
| Create(TdxEntityInfo,TArray<string>,Boolean,Boolean) | |
| Create(TdxEntityInfo) | Initializes a new instance of the TdxMemberInfoCollection class with specified settings. |
| Create(IComparer<T>) | Inherited from TList<T>. |
| Create(T[]) | Inherited from TList<T>. |
| Create(TEnumerable<T>) | Inherited from TList<T>. |
See Also