TypeMembers

Property in TypeVariable

Summary

Gets the collection of members belonging to this type.

public IReadOnlyDictionary<string, ITypeMember> TypeMembers { get };

Remarks

This collection is always empty, because a type variable represents an unknown type.

Last updated

Was this helpful?