单项选择题
A. Use the following code to declare the FindAttribute method: public T FindAttribute (T att) {//Find attribute and return the value }
B. Use the following code to declare the FindAttribute method: public object FindAttribute (object att) {//Find attribute and return the value }
C. Use the following code to declare the FindAttribute method: public T FindAttribute
D. Use the following code to declare the FindAttribute method: public string FindAttribute (string att) {//Find attribute and return the value }