Пример #1
0
 /// <summary>
 /// Gets the value of the static field identified by <paramref name="fieldInfo"/>.
 /// </summary>
 public static object Get(this FieldInfo fieldInfo)
 {
     return(fieldInfo.DelegateForGetStaticFieldValue()());
 }