Example #1
0
 internal MetadataIterator([NotNull] MetadataChainHandle chainHandle)
 {
     SafeNativeMethods.MetadataIteratorInit(_handle, chainHandle);
 }