Interface IXDLSSerializableCollection
Represents required functionality for serialization by XDLSReader/Writer.
Inherited Members
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ICollection.Count
System.Collections.ICollection.IsSynchronized
System.Collections.ICollection.SyncRoot
System.Collections.IEnumerable.GetEnumerator()
System.Collections.IList.Add(System.Object)
System.Collections.IList.Clear()
System.Collections.IList.Contains(System.Object)
System.Collections.IList.IndexOf(System.Object)
System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.IList.IsFixedSize
System.Collections.IList.IsReadOnly
System.Collections.IList.Item[System.Int32]
System.Collections.IList.Remove(System.Object)
System.Collections.IList.RemoveAt(System.Int32)
Namespace: Syncfusion.DLS.XML
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface IXDLSSerializableCollection : ICollectionBase, IList, ICollection, IEnumerable
Properties
TagItemName
Declaration
string TagItemName { get; }
Property Value
Type |
---|
System.String |
Methods
AddNewItem(IXDLSContentReader)
Collection must creates and adds new empty item.
Declaration
IXDLSSerializable AddNewItem(IXDLSContentReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSContentReader | reader |
Returns
Type |
---|
IXDLSSerializable |