System.Reflection.MetadataImport._EnumCount C# (CSharp) Method

_EnumCount() private method

private _EnumCount ( IntPtr scope, MetadataArgs &skipAddresses, int type, int parent, int &count ) : int
scope System.IntPtr
skipAddresses MetadataArgs
type int
parent int
count int
return int
        private static extern int _EnumCount(IntPtr scope, out MetadataArgs.SkipAddresses skipAddresses, int type, int parent, out int count);