AzureTzInfoFileReaderFileContents Property

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

Definition

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

Property Value

ICollectionString

Implements

ITzInfoFileReaderFileContents

Remarks

If Initialized is false, the collection will be empty

See Also