Click or drag to resize

AzureTzInfoFileReaderFileContents Property

Returns the contents of the tzinfo file that the class has read

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public ICollection<string> FileContents { get; }

Property Value

ICollectionString

Implements

ITzInfoFileReaderFileContents
Remarks
If Initialized is false, the collection will be empty
See Also