StorageItemProperties Constructor
Initializes a new instance of the StorageItemProperties class
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public StorageItemProperties(
ulong? size = null,
DateTimeOffset? dateCreated = null,
DateTimeOffset? dateModified = null
)
Public Sub New (
Optional size As ULong? = Nothing,
Optional dateCreated As DateTimeOffset? = Nothing,
Optional dateModified As DateTimeOffset? = Nothing
)
new :
?size : Nullable<uint64> *
?dateCreated : Nullable<DateTimeOffset> *
?dateModified : Nullable<DateTimeOffset>
(* Defaults:
let _size = defaultArg size null
let _dateCreated = defaultArg dateCreated null
let _dateModified = defaultArg dateModified null
*)
-> StorageItemProperties
Parameters
- Nullable(UInt64) (Optional)
- Nullable(DateTimeOffset) (Optional)
- Nullable(DateTimeOffset) (Optional)
See Also
Reference
StorageItemProperties Class
Avalonia.Platform.Storage Namespace