newtelligence.DasBlog.Util.WindowsTimeZoneCollection.this C# (CSharp) Method

this() public method

Gets or sets the WindowsTimeZone at the given index in this WindowsTimeZoneCollection.
public this ( int index ) : WindowsTimeZone
index int
return WindowsTimeZone
        public virtual WindowsTimeZone this[int index]
        {
            get
            {
                return (WindowsTimeZone) this.List[index];
            }
        }