YAXLib.MemberWrapper.GetRealTypeDefinition C# (CSharp) 메소드

GetRealTypeDefinition() 공개 메소드

public GetRealTypeDefinition ( Type type ) : YAXTypeAttribute
type System.Type
리턴 YAXTypeAttribute
        public YAXTypeAttribute GetRealTypeDefinition(Type type)
        {
            return m_possibleRealTypes.FirstOrDefault(x => ReferenceEquals(x.Type, type));
        }