Hello everyone,
From MSDN about Type.GetFields Method (BindingFlags),
http://msdn.microsoft.com/en-us/library/6ztex2dc(VS.80).aspx
What means "When overridden in a derived class, searches for the fields defined for the current Type"? I can not find related description for this point in the MSDN related sample. Especially "overridden in a derived class" and "defined for the current Type"?
thanks in advance,George