bigloo.bchar.bchar C# (CSharp) Method

bchar() static private method

static private bchar ( )
        static bchar()
        {
            allocated= new bchar[256];
              for( int i= 0 ; i < 256 ; ++i )
            allocated[i]= new bchar( (byte)i );
        }

Same methods

bchar::bchar ( byte value )