Class WebLicenseInfoList
Inheritance
WebLicenseInfoList
Syntax
[Serializable]
public class WebLicenseInfoList
Constructors
WebLicenseInfoList(int)
Declaration
public WebLicenseInfoList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
WebLicenseInfoList(WebLicenseInfo[])
Declaration
public WebLicenseInfoList(WebLicenseInfo[] tab)
Parameters
Fields
list
Declaration
public WebLicenseInfo[] list
Field Value
Properties
this[int]
Declaration
public WebLicenseInfo this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator WebLicenseInfo[](WebLicenseInfoList)
Declaration
public static implicit operator WebLicenseInfo[](WebLicenseInfoList o)
Parameters
Returns