ExtendedPropertyList Class

Independentsoft MSG .NET

ExtendedPropertyList Class MSG .NET Class Library
Class ExtendedPropertyList.
Inheritance Hierarchy

OnlineSystem Object  OnlineSystem.Collections.Generic List ExtendedProperty 
    Independentsoft.Msg ExtendedPropertyList

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public class ExtendedPropertyList : List<ExtendedProperty>
public class ExtendedPropertyList : List<ExtendedProperty>
Public Class ExtendedPropertyList 
	Inherits List(Of ExtendedProperty)
Public Class ExtendedPropertyList 
	Inherits List(Of ExtendedProperty)
Dim instance As ExtendedPropertyList
Dim instance As ExtendedPropertyList
public class ExtendedPropertyList extends List<ExtendedProperty>
public class ExtendedPropertyList extends List<ExtendedProperty>
public class ExtendedPropertyList extends List<ExtendedProperty>
public class ExtendedPropertyList extends List<ExtendedProperty>
Independentsoft.Msg.ExtendedPropertyList = function();

Type.createClass(
	'Independentsoft.Msg.ExtendedPropertyList',
	List`1);
Independentsoft.Msg.ExtendedPropertyList = function();

Type.createClass(
	'Independentsoft.Msg.ExtendedPropertyList',
	List`1);
See Also