下面我们来使用上面的元数据:
|
using system.relection; using system; namespace yarshrayapp{ public class yarshrayconsoleapp { public static void { memberinfor om; om=typeof(yarshraytest); object o; o=om.getcustomattribute(typeof(yarshray),true); yarshrayattribute ya=( yarshrayattribute)o; console.writeline(“name:”+ys.name); console.writeline(“age:”+ys.age); console.writeline(“sex:”+ys.sex); } } |