コード例 #1
0
 protected virtual string GetVarName <T>(T item) where T : class
 {
     return(VRTK_SharedMethods.GetPropertyFirstName <T>());
 }