Bender.Nodes.Object.Values.SimpleValue.SimpleValue C# (CSharp) Method

SimpleValue() public method

public SimpleValue ( CachedType specifiedType ) : Bender.Reflection
specifiedType CachedType
return Bender.Reflection
        public SimpleValue(CachedType specifiedType)
        {
            SpecifiedType = specifiedType;
        }

Same methods

SimpleValue::SimpleValue ( object instance, CachedType specifiedType, bool @readonly = false, bool hasValue = true ) : Bender.Reflection