System.ASSERT.FRIEND C# (CSharp) Method

FRIEND() private method

private FRIEND ( Type friends ) : void
friends Type
return void
        internal static void FRIEND(Type[] friends)
        {
            StackTrace st = new StackTrace();
            AssertIsFriend(friends, st);
        }

Same methods

ASSERT::FRIEND ( string ns ) : void