摘要:
Attributes provide a powerful method of associating declarative information with C# code (types, methods, properties, and so forth). Once associated with a program entity, the attribute can be queried at run time using a technique calledReflection.For more information, seeDllImportAttribute Class. 一 阅读全文