System.Diagnostics.SwitchAttribute.GetAll C# (CSharp) Method

GetAll() public static method

public static GetAll ( System assembly ) : System.Diagnostics.SwitchAttribute[]
assembly System
return System.Diagnostics.SwitchAttribute[]
        public static SwitchAttribute[] GetAll(System.Reflection.Assembly assembly) { throw null; }
    }

Same methods

SwitchAttribute::GetAll ( Assembly assembly ) : System.Diagnostics.SwitchAttribute[]