Exemplo n.º 1
0
 internal CustomAttribute(CustomAttributeRow * pRow, PEFile peFile)
 {
     m_pRow = (CustomAttributeRow *)FluentAsserts.CheckNotNull((void*) pRow, "pRow");
     m_peFile = peFile.CheckNotNull("peFile");
 }
Exemplo n.º 2
0
 internal CustomAttribute(CustomAttributeRow *pRow, PEFile peFile)
 {
     m_pRow   = (CustomAttributeRow *)FluentAsserts.CheckNotNull((void *)pRow, "pRow");
     m_peFile = peFile.CheckNotNull("peFile");
 }