tailieunhanh - C Sharp part10

ví dụ một! Built in Attributes ví dụ thể hiện một hàm dùng cho Debug PHP Code: using System; using ; namespace AdvancedDotnet { class MainClass { [Conditional("DEBUG")] public static void MsgDebug(string msg){ (msg); } public static void Main() { ("this testing for ConditionalAttribute, Before calling MsgDeb ug | ví dụ một Built in Attributes ví dụ thể hiện một hàm dùng cho Debug PHP Code using System using namespace AdvancedDotnet class MainClass Conditional DEBUG public static void MsgDebug string msg msg public static void Main this testing for ConditionalAttribute Before calling MsgDeb ug MsgDebug Trying out Attributes . khi chay chú ý ở 2 chế độ Debug và Release nếu chạy Debug ta sẽ thấy Quote this testing for ConditionalAttribute Before calling MsgDebug Trying out Attributes nhưng nếu chạy ở Release thì chỉ thấy Quote this testing for ConditionalAttribute Before calling MsgDebug do không có nhiều thời gian nêu mình post mà không có chú thích nhiều Bro nào có gì hỏi thì cứ post nha mình sẽ cố gắng trả lời dauden UDS