Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.43 KB

File metadata and controls

27 lines (19 loc) · 1.43 KB

IMemberAdapter Interface

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Signatures > IMemberAdapter

Adapter to convert members to text and vice versa. Uses the XML comments algorithm.

public interface IMemberAdapter

Derived MemberAdapter

Methods

Method Description
Int32 ClosedGenericsCount(String key) Counts closed generics to provide a good type name.
String GetKeyForMember(MemberInfo member) Gets a unique string that identifies the member.
MemberInfo GetMemberForKey(String key) Uses the key to build the proper MemberInfo reference.
Type MakeAnonymousType(ValueTuple types)
Void Reset() Primarily for testing. Clears the cache.

Generated Copyright Version
02/22/2021 21:59:57 (c) Copyright 2020 Jeremy Likness. 0.9.7-beta