I have a library X, which has a class C which used component Y. However, Y isn t available in 64 bit, so it s been replaced by component Z, but I want to still use Y when available.
因此,我谨提及Y和Z,然后才提到。
C.vb:
#If 32bit then
Class C
// implementation of C using Y
End Class
#End If
C64.vb
#If 64bit then
Public Class C
// implementation of C using Z
End Class
#End If
<>注: C类评论,是因为在评论中突出错误。
正如我所看到的,问题是,在64个轨道版本中,我会提到Y(它是一个共同的目标,因此如果这有不同的话,它将是一个跨组织大会。 假设《刑法》中任何地方都不要求Y,我是否能够立即C?