コード例 #1
0
ファイル: Native.cs プロジェクト: Randshot/scripthookvdotnet
 internal static T Convert <T1>(T1 from)
 {
     return(CastCache <T1> .Convert(from));
 }
コード例 #2
0
 internal static T Convert <TFrom>(TFrom from)
 {
     return(CastCache <TFrom> .Convert(from));
 }