Mono.Cecil.Cil.MethodDebugInformation.GetScopes C# (CSharp) 메소드

GetScopes() 공개 메소드

public GetScopes ( ) : IEnumerable
리턴 IEnumerable
        public IEnumerable<ScopeDebugInformation> GetScopes()
        {
            if (scope == null)
                return Empty<ScopeDebugInformation>.Array;

            return GetScopes (new[] { scope });
        }

Same methods

MethodDebugInformation::GetScopes ( IList scopes ) : IEnumerable