PERWAPI.LocalSig.GetLocals C# (CSharp) Method

GetLocals() private method

private GetLocals ( ) : Local[]
return Local[]
        internal Local[] GetLocals()
        {
            return locals;
        }