FlatRedBall.Content.MappingMethods.BreakdownUnknownTypeList C# (CSharp) Method

BreakdownUnknownTypeList() public method

public BreakdownUnknownTypeList ( MemberInfo objectInfo, object objectValue ) : void
objectInfo System.Reflection.MemberInfo
objectValue object
return void
        public virtual void BreakdownUnknownTypeList(MemberInfo objectInfo, object objectValue)
        {
            throw new Exception("If this method is being called, it should have been overriden in it's derived class");
        }