C# Beginners Tutorial - 197 - IDisposable pt 1

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hey thanks for the Tutorials they have helped allot tank you.

MultiGuitargod
Автор

If you leave the path to the file to read, in the example, empty, you will get an exception error.

System.IO.BinaryReader BR = new your path here"));

// reads two bytes in hexadecimal as little endian


// use Dispose to delete it
BR.Dispose();

rodmanunderhilliii
Автор

for destructor just type '~' then press TAB twice

garyngzb
Автор

Only 10.000 people made it till end. ) A really hard crash course.

alpack
Автор

the squiggly thing "~" is called a tilde.
Comes from Spanish

charlesparoissien