ITzInfoFileReaderFileContents Property

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

Definition

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

Property Value

ICollectionString

Remarks

If Initialized is false, the collection will be empty

See Also