Beispiel #1
0
 static public T GetContents <T>(this VariableInstance item)
 {
     return(item.GetContents().Convert <T>());
 }