Skip to content

Bug: ContainingType parameter isn't passed along instead null is used #3802

@StefanOssendorf

Description

@StefanOssendorf

public PropertyInfo(string name, string friendlyName, Type containingType, RelationshipTypes relationship)
: this(name, friendlyName, null, DataBindingFriendlyDefault(), relationship)

This looks like a bug to me. The third parameter null in this() is actually Type containingType. But why isn't the parameter passed along but instead null used?
Is this a bug or intended?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions