Gets a value indicating whether the visibility of this method or constructor is described by MethodAttributes.FamANDAssem; that is, the method or constructor can be called by derived classes, but only if they are in the same assembly.
Documentation for this section has not yet been entered.
The visibility of a method or constructor is exactly described by MethodAttributes.FamANDAssem if the visibility modifier is protected private in C++. Methods with this visibility cannot be defined in Visual Basic or C#.