The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CodeAccessPermission Constructor ()
.NET Framework (current version)
Initializes a new instance of the CodeAccessPermission class.
Assembly: mscorlib (in mscorlib.dll)
This constructor is called to initialize state in the type whenever an instance of the derived class is created. Although you can explicitly call this constructor in the constructor declaration of the derived class constructor, this is not usually necessary; most compilers will automatically generate the call for you.
.NET Framework
Available since 1.1
Available since 1.1
Show: