Version: 2023.2
언어: 한국어
public IEnumerable<IPropertyDatabaseRecord> EnumerateAll ();

반환

IEnumerable<IPropertyDatabaseRecord> An enumeration of all the records.

설명

Enumerates all records stored in the PropertyDatabase

This function returns a sorted set of all the records store in the property database, volatile or not, sorted by their keys.

Additional resources: IPropertyDatabaseRecord.