bigloo.condvar.condvar C# (CSharp) Method

condvar() public method

public condvar ( Object n ) : System
n Object
return System
        public condvar( Object n )
        {
            this.name = n;
        }