Skip to content

実装すべきインターフェイスが取得できる #5

@bleis-tift

Description

@bleis-tift
interface I1 {}
interface I2 {}
interface I3 : I2 {}
class C : I1, I3 {}

var c = Reflect.Type<C>();
Debug.Assert(c.Interfaces.Size() == 3);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions