Sunday 3 December 2017

C# Program to Demonstrate iscollection.synchronised


Code:

using System;
using System.Collections;

public class CountArray
{
    public static void Main()
    {
        string[] strings = { "Ajax", "Atlas" };
        DisplayCollectionProperty(strings);
        Console.ReadLine();
    }

    public static void DisplayCollectionProperty
       (ICollection iCollection)
    {
        Console.WriteLine("IsSynchronized: {0}",
           iCollection.IsSynchronized);
    }
}


Output:

IsSynchronized: False


More C# Programs:





















100+ Best Home Decoration Ideas For Christmas Day 2019 To Make Home Beautiful

Best gifts for Christmas Day | Greeting cards for Christmas Day | Gift your children a new gift on Christmas day This Christmas d...