Composite.Data.DynamicTypes.DataTypeDescriptor.SetSuperInterfaces C# (CSharp) Method

SetSuperInterfaces() private method

Resets the list of interfaces this data type inherit from
private SetSuperInterfaces ( List superInterfaces ) : void
superInterfaces List
return void
        internal void SetSuperInterfaces(List<Type> superInterfaces)
        {
            _superInterfaces = superInterfaces;
        }