This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
Developer Network
Developer Network
Developer
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
SharePoint Server 2013 resources
SQL Server 2014 Express resources
Windows Server 2012 resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
System Classes
Microsoft Dynamics AX System Classes
List Class [AX 2012]
List Class [AX 2012]
List.empty Method [AX 2012]
List.empty Method [AX 2012]
List.empty Method [AX 2012]
List.addEnd Method [AX 2012]
List.addStart Method [AX 2012]
List.appendList Method [AX 2012]
List.definitionString Method [AX 2012]
List.elements Method [AX 2012]
List.empty Method [AX 2012]
List.equalTo Method [AX 2012]
List.getEnumerator Method [AX 2012]
List.new Method [AX 2012]
List.pack Method [AX 2012]
List.toString Method [AX 2012]
List.typeId Method [AX 2012]
List.xml Method [AX 2012]
List::create Method [AX 2012]
List::createFromXML Method [AX 2012]
List::equal Method [AX 2012]
List::merge Method [AX 2012]
TOC
Collapse the table of content
Expand the table of content
This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
List.empty Method [AX 2012]
Determines whether a list is empty.
Syntax
X++
Copy
public boolean empty()
Run On
Called
Return Value
Type:
boolean
true
if the list is empty; otherwise,
false
.
See Also
List Class
List.elements Method
Community Additions
ADD
Show:
Inherited
Protected
Print
Export (
0
)
Print
Share
IN THIS ARTICLE