コード例 #1
0
 internal static RhCorElementTypeInfo GetRhCorElementTypeInfo(RuntimeImports.RhCorElementType elementType)
 {
     return(RhCorElementTypeInfo.GetRhCorElementTypeInfo(elementType));
 }
コード例 #2
0
 internal static RhCorElementTypeInfo GetRhCorElementTypeInfo(CorElementType elementType)
 {
     return(RhCorElementTypeInfo.GetRhCorElementTypeInfo(elementType));
 }